home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 21 / Cream of the Crop 21 (Terry Blount) (October 1996).iso / comm / msged400.zip / src / normal.h < prev    next >
C/C++ Source or Header  |  1996-06-20  |  157b  |  13 lines

  1. /*
  2.  *  NORMAL.H
  3.  *
  4.  *  Released to the public domain.
  5.  */
  6.  
  7. #ifndef NORMAL_H_INCLUDED
  8. #define NORMAL_H_INCLUDED
  9.  
  10. void normalize(char *s);
  11.  
  12. #endif
  13.